Add Channel
This request enables you to add a new channel.
URI
Copy
{{baseUrl}}/api/ovoc/v1/topology/channels/
HTTP Method
POST
Request Body
Parameter |
Type |
Description |
---|---|---|
description |
string |
Brief description of the tenant. |
tenantId |
string |
AudioCodes provided tenantId of the Service Provider operator entity in the Live Platform database. |
operatorConnectEnabled |
boolean Default: true |
Indicates whether Operator Connect has been enabled for the Service Provider operator. |
msTenantId |
string |
The Microsoft Azure subscription Tenant Id of the channel partner. |
Example Request Body
Copy
Example Request Body
{
"description": "BBOChannel"
"tenantId": 868,
"msTenantId": "f79a7f93-5ef7-47d2-92c8-e4570503cec3",
"operatorConnectEnabled": true,
"name": "BBOChannel"
}
Example Response
Copy
{
"id": 1574,
"url": "ovoc/v1/topology/channels/1574"
}
HTTP Responses
■ | 201 Created |
Parameter |
Type |
Description |
---|---|---|
id |
string |
Channel Id that is generated by this request. You can then use this value to retrieve the new channel using Get List of Channels and for assigning to leads (see Assign Consentless Lead to Channel). |